.new_box {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  margin-bottom: 65px; }
  .new_box ul {
    overflow: hidden;
    width: 585px; }
    .new_box ul li {
      width: 100%;
      height: 114px;
      background: #fff;
      margin-bottom: 15px; }
      .new_box ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        overflow: hidden;
        justify-content: space-between;
        padding-right: 20px; }
        .new_box ul li a .fr {
          overflow: hidden;
          width: 428px; }
          .new_box ul li a .fr p {
            font-size: 16px;
            color: #333;
            line-height: 20px;
            text-align: left;
            font-weight: bold;
            margin-bottom: 10px; }
          .new_box ul li a .fr span {
            display: block;
            font-weight: 100;
            font-size: 13px;
            line-height: 22px;
            color: #666; }
        .new_box ul li a .fl {
          overflow: hidden;
          width: 117px; }
          .new_box ul li a .fl p {
            font-size: 50px;
            color: #333;
            line-height: 60px;
            font-weight: 100;
            text-align: center; }
          .new_box ul li a .fl span {
            display: block;
            font-weight: 100;
            font-size: 15px;
            color: #333;
            text-align: center; }
      .new_box ul li:last-child {
        margin-bottom: 0; }
  .new_box .lefts {
    overflow: hidden;
    width: 585px; }
    .new_box .lefts a .pic {
      width: 100%;
      height: 194px;
      overflow: hidden; }
      .new_box .lefts a .pic:hover img {
        transform: scale(1.1); }
      .new_box .lefts a .pic img {
        width: 100%;
        transition: all .3s;
        height: 100%;
        display: block; }
    .new_box .lefts a > p {
      font-size: 24px;
      color: #333;
      line-height: 34px;
      margin-bottom: 10px; }
      .new_box .lefts a > p:hover {
        color: #63b966; }
    .new_box .lefts a span {
      display: block;
      font-size: 14px;
      color: #333;
      line-height: 27px;
      margin-bottom: 10px; }
    .new_box .lefts a .line {
      width: 100%;
      height: 40px;
      background: #64b967;
      display: flex;
      box-sizing: border-box;
      align-items: center;
      justify-content: space-between;
      padding: 0 16px; }
      .new_box .lefts a .line img {
        width: 25px; }
      .new_box .lefts a .line p {
        font-size: 12px;
        margin-bottom: 0 !important;
        color: #fff; }

/*# sourceMappingURL=css.css.map */
